runtime.statAggregate.heapStats (field)
24 uses
runtime (current package)
metrics.go#L225: hist.counts[len(hist.counts)-1] = in.heapStats.largeAllocCount
metrics.go#L228: for i, count := range in.heapStats.smallAllocCount[1:] {
metrics.go#L237: out.scalar = in.heapStats.totalAllocated
metrics.go#L244: out.scalar = in.heapStats.totalAllocs
metrics.go#L251: hist.counts[len(hist.counts)-1] = in.heapStats.largeFreeCount
metrics.go#L254: for i, count := range in.heapStats.smallFreeCount[1:] {
metrics.go#L263: out.scalar = in.heapStats.totalFreed
metrics.go#L270: out.scalar = in.heapStats.totalFrees
metrics.go#L303: out.scalar = in.heapStats.numObjects
metrics.go#L310: out.scalar = in.heapStats.tinyAllocCount
metrics.go#L335: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L336: in.heapStats.inStacks - in.heapStats.inWorkBufs)
metrics.go#L343: out.scalar = in.heapStats.inObjects
metrics.go#L350: out.scalar = uint64(in.heapStats.released)
metrics.go#L357: out.scalar = uint64(in.heapStats.inStacks)
metrics.go#L364: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L399: out.scalar = uint64(in.heapStats.inWorkBufs) + in.sysStats.gcMiscSys
metrics.go#L427: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
metrics.go#L712: heapStats heapStatsAggregate
metrics.go#L731: a.heapStats.compute()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)